home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / drivers / nics / wd / apple2.bat next >
Encoding:
DOS Batch File  |  1991-08-12  |  482 b   |  9 lines

  1. for %%f in (netw_286\wdpls2?d.obj) do if exist %%f copy %%f
  2. for %%f in (netw_286\wdplus2.lan) do if exist %%f copy %%f
  3. for %%f in (wdplus?d.obj) do if exist %%f copy %%f netw_286
  4. for %%f in (wdplus.lan)  do if exist %%f copy %%f netw_286
  5. for %%f in (wdplus?d.obj)  do if exist netw_286\%%f del %%f
  6. for %%f in (wdplus.lan)  do if exist netw_286\%%f del %%f
  7. for %%f in (wdpls2?d.obj) do if exist %%f del netw_286\%%f
  8. for %%f in (wdplus2.lan) do if exist %%f del netw_286\%%f
  9.